emitted value instead of an instance of error the scope attribute for scoped slots webpack babel polyfill

api20180803.vue

emitted value instead of an instance of error

the scope attribute for scoped slots have been deprecated and replaced by “slot scope” since 2.5.

the new “slot scope” attribute can also be used on plain elements

in addition to <template> to denote scoped slots.

@ api20180803.vue 11 :0-374

@ router/index.js

@ multi (webpack) dev server client ?localhost 8088

webpack hot dev server babel polyfill src/main.js

==

emitted

英[ɪ'mɪtɪd] 一米忒的

v. 发出,放出( emit的过去式和过去分词 );

==

释放值而不是错误的实例

==

scope

英[skəʊp] 死狗普。 美[skoʊp]

n. (处理、研究事务的) 范围; 眼界,见识; (活动或能力的) 余地; 广袤,地域;

v. 审视,仔细研究;

==

slots

英[s'lɒts] 四拉丝。 美[s'lɒts]

n. (机器或工具上的) 狭缝( slot的名词复数 ); <非正>(在表册、系统等中所占的)位置; (投放或插入东西的) 窄缝; (名单、日程安排或广播节目表中的) 位置;

v. 把…放入狭长开口中( slot的第三人称单数 ); 把…纳入其中;

==

deprecated

得破剋特的

v. 不赞成,反对( deprecate的过去式和过去分词 );

==

the scope attribute for scoped slots have been deprecated and replaced by “slot scope” since 2.5.

作用域 插槽 的 范围属性已经被弃用,并由被 “插槽范围” 替换 自从2.5起。

==

the new “slot scope” attribute can also be used on plain elements

新的“插槽范围”属性也可以用于普通元素

==

in addition to <template> to denote scoped slots.

除了表示作用域插槽的 模板标签 外。

==

plain

英[pleɪn] 陪蒽。美[plen]

n. 平原; 平地; [纺织业] 平针; 朴实无华的东西;

adj. 平的; 素的; 清晰的; 相貌平平的;

adv. 清楚地,明白地; 平易地; [用以加强语气] 显然; 完全地;

==

denote

英[dɪˈnəʊt] 低诺特。 美[dɪˈnoʊt]

vt. 代表; 指代; 预示; 意思是;

==

template

英[ˈtempleɪt] 忒木普类特。 美[ˈtɛmplɪt]

n. 模板; 样板; 型板;

==

vue 错误提示 表示 行号 列表

==

@ api20180803.vue 11 :0-374

在 api20180803.vue 这个文件中的 11行, 0到374 列。

==

@ router/index.js

在 router/index.js 文件

==

@ multi (webpack) dev server client ?localhost 8088

webpack hot dev server babel polyfill src/main.js

在 多个 网站包 开发 服务器 客户端 本地主机 8088

网站包 热 开发 服务器

==

webpack

网站包

==

babel

n. 巴别塔;巴比伦式的城市

--

babel

英[ˈbeɪbl] 备不欧。 美[ˈbæbəl, ˈbebəl]

n. 嘈杂声;

==

polyfill

n. 一种用于衣物、床具等的聚酯填充材料, 使这些物品更加温暖舒适

--

Polyfill是一个js库,主要抚平不同浏览器之间对js实现的差异。比如,html5storage(session,local), 不同浏览器,不同版本,有些支持,有些不支持。

==