mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 16:43:55 +00:00
6a8339e4c4
- fix(generator): decode full static filesystem paths - fix(vue-app): check decoded path against manifest - fix(vue-app): prevent double encoding for urls Co-authored-by: Pooya Parsa <pyapar@gmail.com>
6 lines
66 B
Vue
6 lines
66 B
Vue
<template>
|
|
<div>
|
|
<h1>Encoded path</h1>
|
|
</div>
|
|
</template>
|