<script>
const App = {
data() {
return {
counter: 0,
name: 'hehhehe',
name2: "",
urlStr: "https://www.baidu.com",
}
}
};
Vue.createApp(App).mount('#app');
</script>
const App = {
data() {
return {
counter: 0,
name: 'hehhehe',
name2: "",
urlStr: "https://www.baidu.com",
}
}
};
Vue.createApp(App).mount('#app');
</script>













本站有权保留或删除有争议评论。 参与本评论即表明您已经阅读并接受上述条款。