Skip to content
This repository was archived by the owner on Jul 4, 2021. It is now read-only.

Commit

Permalink
fix formats
Browse files Browse the repository at this point in the history
  • Loading branch information
kazupon committed Jun 14, 2020
1 parent 33a0ddd commit cc2d233
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 16 deletions.
16 changes: 8 additions & 8 deletions examples/composable/index.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>vite-plugin-vue-i18n composable example</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="./main.ts"></script>
</body>
<head>
<meta charset="UTF-8" />
<title>vite-plugin-vue-i18n composable example</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="./main.ts"></script>
</body>
</html>
16 changes: 8 additions & 8 deletions examples/legacy/index.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>vite-plugin-vue-i18n legacy example</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="./main.ts"></script>
</body>
<head>
<meta charset="UTF-8" />
<title>vite-plugin-vue-i18n legacy example</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="./main.ts"></script>
</body>
</html>
1 change: 1 addition & 0 deletions test/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import { build } from 'vite'
import { JSDOM, VirtualConsole } from 'jsdom'
import i18n from '../src/index'

// eslint-disable-next-line @typescript-eslint/no-unused-vars
async function bundle(fixture: string, options: Record<string, unknown> = {}) {
const { assets } = await build({
emitAssets: false,
Expand Down

0 comments on commit cc2d233

Please sign in to comment.