Skip to content

Commit ce73905

Browse files
Jinjiangkazupon
authored andcommitted
[docs] updated vue-loader into Title Case in all titles (#1176)
* [docs][en] updated Vue Loader as Title Case for all titles * [docs][zh-cn] updated Vue Loader as Title Case for all titles * [docs] updated vue-loader into Title Case for all titles
1 parent 19bfcc2 commit ce73905

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# vue-loader [![Build Status](https://circleci.com/gh/vuejs/vue-loader/tree/master.svg?style=shield)](https://circleci.com/gh/vuejs/vue-loader/tree/master) [![Windows Build status](https://ci.appveyor.com/api/projects/status/8cdonrkbg6m4k1tm/branch/master?svg=true)](https://ci.appveyor.com/project/yyx990803/vue-loader/branch/master) [![npm package](https://img.shields.io/npm/v/vue-loader.svg?maxAge=2592000)](https://www.npmjs.com/package/vue-loader)
1+
# Vue Loader [![Build Status](https://circleci.com/gh/vuejs/vue-loader/tree/master.svg?style=shield)](https://circleci.com/gh/vuejs/vue-loader/tree/master) [![Windows Build status](https://ci.appveyor.com/api/projects/status/8cdonrkbg6m4k1tm/branch/master?svg=true)](https://ci.appveyor.com/project/yyx990803/vue-loader/branch/master) [![npm package](https://img.shields.io/npm/v/vue-loader.svg?maxAge=2592000)](https://www.npmjs.com/package/vue-loader)
22

33
> Vue.js component loader for [Webpack](https://webpack.js.org/).
44

Diff for: docs/en/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Introduction
22

3-
### What is `vue-loader`?
3+
### What is Vue Loader?
44

55
`vue-loader` is a loader for webpack that can transform Vue components written in the following format into a plain JavaScript module:
66

Diff for: docs/ja/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# はじめに
22

3-
### `vue-loader` とは ?
3+
### Vue Loader とは ?
44

55
`vue-loader` とは以下の形式で記述された Vue コンポーネントをプレーンな JavaScript モジュールに変換する webpack の loader です。
66

Diff for: docs/kr/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# 소개
22

3-
### `vue-loader` 무엇인가요?
3+
### Vue Loader는 무엇인가요?
44

55
`vue-loader`는 다음과 같이 작성된 Vue 컴포넌트를 일반적인 자바스크립트 모듈로 변환할 수 있는 webpack에서 사용하는 로더입니다.
66

Diff for: docs/pt_BR/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Introdução
22

3-
### O que é `vue-loader`?
3+
### O que é Vue Loader?
44

55
`vue-loader` é um carregador para webpack capaz de transformar componentes Vue, como o exemplo abaixo, em um módulo JavaScript sem formatação:
66

Diff for: docs/ru/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Введение
22

3-
### Что такое `vue-loader`?
3+
### Что такое Vue Loader?
44

55
`vue-loader` – это загрузчик для webpack, который преобразует Vue компоненты, написанные в следующем формате в обычные JavaScript модули:
66

Diff for: docs/zh-cn/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# 介绍
22

3-
### `vue-loader` 是什么?
3+
### Vue Loader 是什么?
44

55
`vue-loader` 是一个 webpack 的 loader,可以将用下面这个格式编写的 Vue 组件转换为 JavaScript 模块:
66

0 commit comments

Comments
 (0)