<p id="app">
<my-count content="喜欢"></my-count><br/><br/><br/>
<my-count content="不喜欢"></my-count>
</p>
<template id="count_tem">
<button @click="count += 1">submit{{ count }}</button>
<span>{{ content }}</span><br/><br/><br/>
</template>
<script src="src/vue.min.js"></script>
<script>
Vue.component('my-count',{
template : '#count_tem',
props :['content'],
data : function(){
return{count : 0};
}
});
new Vue({
el:'#app'
});
</script>
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
光阴似箭催人老,日月如移越少年。