<template>
  <view>
    <text class='title'>{{ message }}</text>
    <button @tap='onClick'>Click me</button>
  </view>
</template>
<script>
export default {
  data() {
    return {
      message: 'Hello World!'
    }
  },
  methods: {
    onClick() {
      console.log('Button clicked!')
    }
  }
}
</script>
<style>
.title {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-top: 50px;
}
</style>
Uniapp 框架插入标签生成 Vue2 格式模板代码

原文地址: https://www.cveoy.top/t/topic/m1qs 著作权归作者所有。请勿转载和采集!

免费AI点我,无需注册和登录