临时:vue注释
Posted gushixianqiancheng
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了临时:vue注释相关的知识,希望对你有一定的参考价值。
Released under the MIT License.
在麻省理工学院的许可下发布。
Delete a property and trigger change if necessary.
删除属性并在必要时触发更改。
Check whether the object has the property.
检查对象是否具有属性。
Check if an expression is a literal value.
检查表达式是否为文本值。
Guard text output, make sure undefined outputs
保护文本输出,确保未定义的输出
Check and convert possible numeric strings to numbers before setting back to data
在返回数据之前,检查并将可能的数字字符串转换为数字
Convert string boolean literals into real booleans.
将字符串布尔文字转换为实数布尔文字。
Strip quotes from a string
从字符串中删除引号
Converts hyphen/underscore/slash delimitered names into camelized classNames.
将连字符/下划线/斜线分隔的名称转换为带骆驼符号的类名。
Simple bind, faster than native
简单绑定,比原生更快=======
Mix properties into target object.
将属性混合到目标对象中。
Quick object check - this is primarily used to tell Objects from primitive values when we know the value is a JSON-compliant type.
快速对象检查-当我们知道值是符合JSON的类型时,它主要用于区分对象和原始值。
以上是关于临时:vue注释的主要内容,如果未能解决你的问题,请参考以下文章