原生html使用 vue 组件
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了原生html使用 vue 组件相关的知识,希望对你有一定的参考价值。
参考技术A 以下纯个人理解 欢迎 大佬指正1.【vue 2.0】
http-vue-loader.js
原生html需要引入以上js
// 使用httpVueLoader
2.【vue 3.0】
组件的理解可以在各个js中 当函数使用
function fun1(id)
const Counter =
data()
return
counter: "反转字符"
,
components:
// "button-counter":app1
,
mounted()
this.changeData();
以上是关于原生html使用 vue 组件的主要内容,如果未能解决你的问题,请参考以下文章