vue3.x示例代码hello world

代码语言:html

所属分类:其他

代码描述:vue3.x示例代码hello world

代码标签: vue 3 示例 代码 hello world

下面为部分代码预览,完整代码请点击下载或在bfwstudio webide中打开

<!DOCTYPE html>
<html>
<head>
    <meta charset="utf-8">
    <script type="text/javascript" src="//repo.bfw.wiki/bfwrepo/js/vue3.0.5.js"></script>
</head>
<body>
    <div id="app">
        <h1>{{message}}</h1>
        <button @click="counter += 1">增加 1</button>
        <p>
            这个按钮被点击了 {{ handleData }} 。
        </p>
    </di.........完整代码请登录后点击上方下载按钮下载查看

网友评论0