We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
请问一下 cdn 引入, 使用还需要引入什么么,报错了 报错内容:
ReferenceError: template is not defined
我在vue2 项目的 index.html 中引入了cdn
<script src="https://cdn.jsdelivr.net/npm/[email protected]/index.min.js"></script>
在 methods中使用:
this.$refs.card.append( template('art-card', { message: '112312323' }) )
The text was updated successfully, but these errors were encountered:
No branches or pull requests
请问一下 cdn 引入, 使用还需要引入什么么,报错了
报错内容:
我在vue2 项目的 index.html 中引入了cdn
在 methods中使用:
The text was updated successfully, but these errors were encountered: