How to write noscripts within a single component of vue.js

Asked 1 years ago, Updated 1 years ago, 88 views

I'd like to use components using .vue.
I need to install a noscript tag due to the installation of a measuring tag, but is it possible to install a noscript tag within .vue?

javascript vue.js

2022-09-30 14:06

1 Answers

Yes, it's possible.
Simply put the <template> tag in the <noscript> tag.


2022-09-30 14:06

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.