How to use article - 10 common examples

To help you get started, we’ve selected a few article examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github hang-up / buuk / src / js / components / search / search-results.vue View on Github external
<template>
    <div class="collection">
        
            <span>{{ article.title }}</span>
        
    </div>
    <ul class="collection">
       <li class="collection-item">{{ $store.bootstrap.localizations.no_result }}</li>
    </ul>
</template>
github easy-team / egg-vue-typescript-boilerplate / app / web / page / admin / home / view / detail / index.vue View on Github external
<template>
  <div class="content">
    <h1>{{article.title}}</h1>
    
    <div class="marktext"></div>
  </div>
</template>
<style></style>
github easy-team / egg-vue-webpack-boilerplate / app / web / page / admin / home / view / detail.vue View on Github external
<template>
  <div style="font-size: 24px; text-align: center">
    <h1>{{article.title}}</h1>
    
  </div>
</template>
<style></style>
github easy-team / egg-vue-webpack-boilerplate / app / web / page / app / router / detail.vue View on Github external
<template>
  <div style="font-size: 24px; text-align: center">
    <h1>{{article.title}}</h1>
    
  </div>
</template>
<style></style>

article

Analyze a stream of HTML and outsputs the article title, text, and image

MIT
Latest version published 9 years ago

Package Health Score

42 / 100
Full package analysis

Popular article functions