13 lines
280 B
Vue
13 lines
280 B
Vue
<template>
|
|
<div>
|
|
<p class="text-sm">
|
|
Let's run through a few fast tips! This is Speckle's 3D viewer, and what you're
|
|
looking at is a
|
|
<b>model.</b>
|
|
<br />
|
|
<br />
|
|
Next, we're going to learn how to navigate it!
|
|
</p>
|
|
</div>
|
|
</template>
|