aot-loader
aot-loader copied to clipboard
Load and pre-evaluate code at compile time
[](https://renovatebot.com) Welcome to [Renovate](https://togithub.com/renovatebot/renovate)! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin. 🚦 To activate Renovate, merge this Pull Request....
```vue {{ count }} // pre-evaluate at build time module.exports = () => ({ count: 0 }) ``` ```js { resourceQuery: /blockType=aot/, loader: 'aot-loader/vue' } ```