VUE的常用特性

2023-06-03  本文已影响0人  小黄不头秃
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Document</title>
</head>
<body>
    <!-- 
        常用特性概览
        - 表单操作
            基于vue的表单操作
            input 单行文本
            textarea 多行文本
            select 下拉多选
            radio 单选框
            checkbox 多选框
        - 自定义指令
        - 计算属性
        - 过滤器
        - 侦听器
        - 生命周期
     -->
</body>
</html>
上一篇 下一篇

猜你喜欢

热点阅读