【发布时间】:2020-07-31 03:07:38
【问题描述】:
喜欢
<template>
<h1 :style={ filter: 'blur(1px)' }>My Template!!</h1>
</template>
我使用style和webkit从node_modules/Vue和node_modules/@Vue搜索源代码,但没有运气。
Vue 如何知道不同浏览器应该添加哪个前缀?太神奇了!!
https://vuejs.org/v2/guide/class-and-style.html#Auto-prefixing
【问题讨论】:
-
@StevenB。 Vue 的大小是 63.5kb,PostCss 是 70.6kb,甚至 autoprefixer 也是 769kb。我知道 PostCss 和 Autoprefixer 会预编译 CSS,但是内联样式可能是动态的,Vue 怎么知道?你能显示任何来自 Vue 的源代码吗?